Expand description
This is a library for parsing compiled zoneinfo files.
Re-exports§
pub use parser::Result;
Modules§
- Parsing and structures of time zone files
Structs§
- A leap second specification.
- A description of the local time in a particular timezone, during the period in which the clocks do not change.
- Parsed, interpreted contents of a zoneinfo file.
Traits§
Functions§
- Interpret a set of internal time zone data.
- Parses a series of bytes into a timezone data structure.